@charset "utf-8";
body{width:100%;overflow-x:hidden;padding-bottom: 102px;}
#header{
    box-shadow: 0 1px 5px #9D9EA3;
    position: relative;
    z-index: 5;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
}
.header{padding: 10px 0;}
.logo{float:left}
.logo img{display:block;max-width:100%}
.headerR{float:right;width:70%;}
#nav{max-width:720px;float:right;width:100%}
.nav{display:flex;justify-content:space-between}
.nav a{}
.nav>li{position:relative}
.nav>li.on>a,.nav>li:hover>a{}
.nav>li>a{font-size:18px}
.cate-one,.cate-two{background: #fff;z-index:1500;position:absolute;display:none;/* width:160px; */}
.cate-one{top: 36px;left:0;width: 100px;text-align: center;}
.nav>li:hover .cate-one{display:block}
.cate-one>li{position:relative}
.cate-one a:hover{
    border-left-color: #FFBD33;
    color: #FFBD33;
}
.cate-one a{font-size:14px;display:block;border-left: 3px solid #fff;}
.cate-two{left:160px;top:0}
.cate-one li:hover .cate-two{display:block}
#banner{}
.banner-txt{position:absolute;height:100%;z-index:4;box-sizing:border-box;padding-top:118px;width:100%;display:flex;align-items:center}
.banner-txt1{font-size:70px;width:600px;line-height:1.2;font-weight:bold;margin-bottom:10px}
.banner-txt2{display:inline-block;background:#FFBD33;padding:0 10px;font-size:20px}
.banner-txt3{font-size:22px}
#banner img{display:block;max-width: 100%;}
#banner .swiper-button-prev,#banner .swiper-button-next{position:absolute;top:0;width:20%;height:100%;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-repeat:no-repeat;opacity:0}
#banner .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23cccccc'%2F%3E%3C%2Fsvg%3E");left:30px;background-position:0 center}
#banner .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23cccccc'%2F%3E%3C%2Fsvg%3E");right:30px;background-position:center right}
#banner .swiper-button-prev:hover,#banner .swiper-button-next:hover{opacity:1}
#banner .swiper-pagination{}
#banner .swiper-pagination-bullet{width:15px;height:15px;border:1px solid #fff;background:transparent;opacity:1}
#banner .swiper-pagination-bullet-active{background:#fff}
@media (max-width:1200px){
	.banner-txt1{font-size:50px;}
}
@media (max-width:1100px){
	.banner-txt1{font-size:40px;}
}
@media (max-width:900px){
	.banner-txt1{font-size:30px;}
	.logo{}
	.headerR{margin-top:0}
}
@media (max-width:768px){
	body{
    padding-bottom: 88px;
}
	#header{width:100%;top:0;z-index:9;background: #fff;}
	.header{padding:5px;}
	.logo{margin-top:0;display: block;}
	.logo img{}
	.headerR{margin-top: 0;width: 100%;float: none;}
	.language{}
	.language li{}
	.language a{}
	.language a:hover{}
	#nav{width:0;background:rgba(0,0,0,0.5);position:fixed;top:0;right:0;z-index:5;height:100%}
	.nav{display: block;width:60%;float:right;background:#fff;height:100%;padding:0;overflow-y:scroll;}
	.nav>li{float:none;width:100%;text-align:left;border-bottom:1px solid #e9e9e9;padding:0 0 0 20px;line-height:40px;box-sizing:border-box}
	.nav>li.nav-back{padding-left:40px;background:url(../images/fl.png) no-repeat 20px center;background-size:10px}
	.nav>li.on,.nav>li:hover{background:none}
	.nav>li>a{color:#333;font-size: 16px;}
	.nav span{display:block;background:url(../images/fl.png) no-repeat center;background-size:10px;width:40px;height:40px;position:absolute;right:0;top:0;transform:rotate(0);transition:0.5s all}
	.nav span.on{transform:rotate(90deg)}
	.cate-one li:hover .cate-two,.nav>li:hover .cate-one{display:none}
	.cate-one,.cate-two{position:unset;width:100%;padding-left:10px;background:#fff;box-sizing:border-box}
	.cate-one li{line-height:2.5;background:transparent !important}
	.cate-one a{color:#333}
	#open_menu{width: 30px;height: 32px;border: 1px solid #333;border-radius:3px;position:relative;float:right;}
	#open_menu span,#open_menu:after,#open_menu:before{position:absolute;width:70%;left:15%;height:3px;background: #333;}
	#open_menu:after,#open_menu:before{content:'';transition:transform 0.3s}
	#open_menu span{top:50%;margin-top:-1.5px}
	#open_menu:before{top: 6px;}
	#open_menu:after{bottom: 6px;}
	#open_menu.open_menu_on span{opacity:0}
	#open_menu.open_menu_on:after,#open_menu.open_menu_on:before{top:50%;margin-top:-2px;transform:rotate(45deg);width:70%;left:15%}
	#open_menu.open_menu_on:before{transform:rotate(-45deg)}
	#banner{width:100%}
	.banner-txt{padding-top:0;padding-bottom:10px}
	.banner-txt1{font-size:20px;margin-bottom:0}
	.banner-txt2{font-size:12px}
	.banner-txt3{font-size:12px}
	#banner img{display:block}
	#banner .swiper-button-prev,#banner .swiper-button-next{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}
	#banner .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2317AFE0'%2F%3E%3C%2Fsvg%3E");left:30px}
	#banner .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2317AFE0'%2F%3E%3C%2Fsvg%3E");right:30px}
	#banner .swiper-pagination{bottom:0;line-height:1.5}
	#banner .swiper-pagination-bullet{width:8px;height:8px}
	#banner .swiper-pagination-bullet-active{}
}

#footer{position:relative}
#footer:before{display:block;content:'';position:absolute;width:48%;height:100%;left:0;top:0;background:url(../images/message_bg.jpg) no-repeat center;background-size:cover;z-index:-1}
.footer{max-width:1145px;margin:0 auto}
.footerL{color:#fff;float:left;width:47%;padding-bottom:50px}
.foot-logo{}
.foot-logo img{}
.title2{font-size:50px;font-weight:bold}
.title2 span{font-size:30px;font-weight:normal}
.footerL dl{}
.footerL dt{font-size:20px}
.footerL dd{font-weight:bold;font-size:30px;line-height:1.2}
.footerR{float:left;width:53%;box-sizing:border-box;padding-left:50px}
.title3{}
.title3 .en{font-size:46px;font-family:-webkit-pictograph;line-height:1}
.title3 .en:before{display:inline-block;content:'';width:5px;height:15px;background:#E50112;margin-right:10px}
.title3 .cn{font-size:20px}
#footer-message{}
#footer-message ul{}
#footer-message li{position:relative;margin-bottom:15px}
#footer-message li input{width:100%;outline:0;padding:0 0 0 40px;line-height:50px;border:1px solid #E0E0E0;box-sizing:border-box;font-size:20px}
#footer-message li:first-child:before{display:block;content:'';background:url(../images/name.png) no-repeat center;width:30px;height:50px;position:absolute;left:5px}
#footer-message li:last-child:before{display:block;content:'';background:url(../images/dianhua.png) no-repeat center;width:30px;height:50px;position:absolute;left:5px}
#footer-message textarea{width:100%;box-sizing:border-box;border:1px solid #E0E0E0;line-height:40px;padding:10px;font-size:20px;font-family:"microsoft yahei",arial;outline:0;margin-bottom:10px}
#footer-message #submit{background:#E70012;border:0;color:#fff;font-size:20px;padding:0 20px}
#footer-message>span{color:#C9C9C9;vertical-align:sub;margin-left:10px}
.link{max-width:1145px;margin:0 auto;padding:20px 0 10px}
.link span{float:left;margin-right:30px}
.link img{margin-right:10px}
.link ul{}
.link a{display:list-item;list-style:square;float:left;margin-right:40px;margin-top:28px;font-size:18px}
.link a:hover{}
#foot{background:#2F2F2F;padding:10px 0;position: fixed;bottom: 42px;left: 0;width: 100%;}
.foot{max-width:1175px;margin:0 auto;display:flex;justify-content:space-between}
.foot-nav{display:flex;justify-content:space-between;width: 100%;}
.foot-nav li{float:left}
.foot-nav a{color:#fff;font-size:20px}
.foot-nav a:hover{}
.foot img{}
.copyright{position: fixed;width: 100%;bottom: 0;left: 0;background: #fff;}
.copyright p{max-width:1175px;margin:0 auto;font-size:14px;line-height: 3;}
.copyright a{}
#gotop{cursor:pointer;background:#FFBD33;display:block;position:fixed;bottom: 115px;right:50px;padding:5px;}
#gotop img{display:block}
.foot-link{display:none}
@media (max-width:768px){
	#footer{}
	#footer:before{width:100%}
	.footer{}
	.footerL{width:100%;box-sizing:border-box;padding:0 10px}
	.foot-logo{}
	.foot-logo img{display:none;margin:0 auto}
	.title2{font-size:30px}
	.title2 span{font-size:20px}
	.footerL dl{}
	.footerL dt{}
	.footerL dd{font-size:20px;line-height:1.5}
	.footerR{width:100%;margin-top:10px;padding:0 10px 10px}
	.title3{}
	.title3 .en{font-size:30px;color:#fff}
	.title3 .en:before{}
	.title3 .cn{font-size:18px;color:#fff}
	#footer-message{}
	#footer-message ul{}
	#footer-message li{margin-bottom:10px}
	#footer-message li input{line-height:40px}
	#footer-message li:first-child:before{height:40px}
	#footer-message li:last-child:before{}
	#footer-message textarea{margin-bottom:0}
	#footer-message #submit{}
	.link{padding:10px 10px 5px}
	.link span{float:none;display:block}
	.link img{width:100px}
	.link ul{}
	.link a{margin-top:0;margin-left:30px;margin-right:0}
	.link a:hover{}
	#foot{padding:5px 0;bottom: 46px;}
	.foot{padding:0 5px;display:block}
	.foot-nav{width:100%;flex-wrap:wrap;justify-content:space-between}
	.foot-nav li{text-align:center}
	.foot-nav a{font-size:14px}
	.foot-nav a:hover{}
	.foot img{display:none}
	.copyright{}
	.copyright p{
    line-height: 1.5;
    display: block;
    padding: 5px 10px;
    font-size: 12px;
}
	.copyright a{}
	#gotop{right:10px;bottom:100px}
	#gotop img{width:25px}
.foot-link{display: flex;justify-content: space-between;text-align: center;background: #000;padding: 5px 0 5px;}
	.foot-link li{
    width: 25%;
}
	.foot-link a{
    border-right: 1px solid rgba(255,255,255,0.5);
    display: block;
}
	.foot-link img{
    width: 20px;
    display: block;
    margin: 0 auto;
}
	.foot-link p{
    font-size: 14px;
    color: #fff;
    line-height: 1;
    margin-top: 5px;
}
    .foot-link li:last-child a{border:0}
}